projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d1674
)
Fix format example.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Oct 1995 01:04:41 +0000
(
01:04
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Oct 1995 01:04:41 +0000
(
01:04
+0000)
lispref/strings.texi
patch
|
blob
|
history
diff --git
a/lispref/strings.texi
b/lispref/strings.texi
index f53c1c305ebb9d2c64bf1e06134979e8b28ec861..d5b9b4c7193a407719944bd8115fa14f42e072bf 100644
(file)
--- a/
lispref/strings.texi
+++ b/
lispref/strings.texi
@@
-574,7
+574,7
@@
operation} error.
@result{} "The name of this buffer is strings.texi."
(format "The buffer object prints as %s." (current-buffer))
- @result{} "The buffer object prints as
#<buffer strings.texi>
."
+ @result{} "The buffer object prints as
strings.texi
."
(format "The octal value of %d is %o,
and the hex value is %x." 18 18 18)